Welcome![Sign In][Sign Up]
Location:
Search - uCOS 51

Search list

[Other resourceucos-ii_51_1.1

Description: ucos-ii在51上的移植源码v1.1。推荐下载
Platform: | Size: 62491 | Author: 张昊 | Hits:

[Applicationsucos+51

Description: uC/OS-II在C51下的一个完整的LCD项目源码。
Platform: | Size: 341667 | Author: 崔敬军 | Hits:

[Other resourceuCOS-II_2.52_for_805

Description: uCOS-II_2.52在51上的移植程序
Platform: | Size: 3383894 | Author: Dingfagen | Hits:

[Other resourceucos51doc

Description: ucos 51 tcp/ip开发文档
Platform: | Size: 131889 | Author: 阿生 | Hits:

[Other resourceucos251_S3C2400_sdt2.51

Description: ucos sc2400 setting source
Platform: | Size: 107764 | Author: kim hs | Hits:

[Other resource8051的UCOS实时操作系统(源代码)

Description: 8051的UCOS实时操作系统(源代码)-It is the source code of 51 MCU using uCOS RTOS.
Platform: | Size: 25300 | Author: 李昊 | Hits:

[Other resource51系列单片机的uCOS-II

Description: 51系列单片机的uCOS-II原代码-51 Series MCU uCOS-II source code
Platform: | Size: 40152 | Author: 陈银辉 | Hits:

[Other resourceucos-ii

Description: ucos系统,新华龙51单片机开发,可直接移植。keil 编译环境编译,内部使用c语言编写。
Platform: | Size: 215193 | Author: mahaifeng | Hits:

[Other resourceucos51shellv2

Description: uCOS 51 Shell V2.
Platform: | Size: 61420 | Author: 葛锐 | Hits:

[Other resourceuCOS-II

Description: UCOSII在51单片机上的移植,有LED显示实验等,已测试通过。
Platform: | Size: 914660 | Author: popo zhang | Hits:

[Other resourceuCOS-II到 C51单片机下的移植

Description: 嵌入式操作系统ucos在51单片机上的移植,很有实用价值,参考这个程序也可以把ucos轻松的移植到其它mcu或arm及dsp上-embedded operating system in the SCM 51 transplant, useful, reference to this procedure can also CENTER easily ported to other mcu or on the arm and dsp
Platform: | Size: 85235 | Author: 初学乍练 | Hits:

[Other resourceuCOS-II在51上的移植

Description: ucos 在51上的移植 简洁明了 为你利用ucos 开发提供了良好的示范-CENTER 51 on the transplant concise as you use CENTER development provides a good model
Platform: | Size: 60146 | Author: 潭伟 | Hits:

[Other resourceuCOS-II用Keil 7_5 for 51

Description: uCOS-II在51单片机上的移植,用Keil 7.5编译通过,希望对移植uCOS的人以启发和帮助。-uCOS-II microcontroller in the 51 transplants, with Keil 7.5 compile, and I hope to transplant uCOS people to inspire and help.
Platform: | Size: 478394 | Author: 李招您 | Hits:

[Other resource在W78E58处理器上移植的uCOS-II

Description: 在W78E58处理器上移植的uCOS-II 适用于keil,稍微修改可用于所有的51系列-in W78E58 processors transplant uCOS-II applicable to Keil, slightly modified to be used in all 51 series
Platform: | Size: 1185286 | Author: 姚建业 | Hits:

[SourceCodeucos arm 电子菜单

Description: 所附程序是(电子菜单)的源代码,均经过ARM SDT2.51集成环境编译连接通过,可在北京博创兴业有限公司的实验平台ARM300上运行
Platform: | Size: 483442 | Author: dhbdhbdhb | Hits:

[Other Embeded programUCOS 51 LCD 通用板系统调试

Description: 通用板系统调试
Platform: | Size: 341354 | Author: 3029537@qq.com | Hits:

[uCOS8051的UCOS实时操作系统(源代码)

Description: 8051的UCOS实时操作系统(源代码)-It is the source code of 51 MCU using uCOS RTOS.
Platform: | Size: 24576 | Author: 李昊 | Hits:

[SCMuos2-c80c51f

Description: Ucos2在80c51f上的移植-Ucos2 in the transplant 80c51f
Platform: | Size: 139264 | Author: 禹鑫毅 | Hits:

[SCMucos51在KeilC51上仿真运行

Description: Demo程序经Keil701编译后,代码量为7-8K,可直接在KeilC51上仿真运行。 使用方法:解压后双击yy项目,点调试即可在串口仿真看到结果。 Demo程序创建了3个任务A、B、C优先级分别为2、3、4,A每秒显示一次,B每3秒显示一次,C每6秒显示一次。从显示结果看,显示3个A后显示1个B,显示6个A和2个B后显示1个C,结果显然正确。用户可以仿照范例运用更多系统API函数写出自己的程序。只要程序中有显示语句就可以用软件仿真器看结果。注意:系统提供的显示函数是并发的,他不是直接显示到串口,而是先输出到显存,用户不必担心IO慢速操作影响程序运行。串口输入也采用了同样的技术,他使得用户在CPU忙于处理其他任务时照样可以盲打输入命令。 将EXL2-shell目录下的文件覆盖yy目录下的同名文件,将word.c、yyshell.c、yyshellsub.c、mystring.c加入项目,删除yy1.c,编译后调试即可。输入help可得到在线帮助,具体命令用法见文章说明。 yangye网友推荐http://www.sics.se/~adam/lwip/网站学习TCPIP,该网站开放源代码的lwip是专为8bit和16bitMCU设计的TCPIP协议栈,已在多种CPU上移植成功,推荐大家下载。-Demo processes Keil701 compiler, code capacity of 7-8K to be directly in KeilC51 on simulation run. Use : unpacked click yy, debugging points in the serial simulation can see the result. Demo procedures for the creation of three task A, B, C priority for 2,3,4, A second shows a B every three seconds a show, C every six seconds a show. Looking at the results from the show, a show three shows a B, showed six A and two B shows a C, the result is obviously correct. Users can use more modeled on the example of system API function to write their own procedures. As long as the procedures are shown on the statement can be used simulation software for the outcome. Note : the system provides display function is complicated, and he is not a direct indication of the serial port, but before the output
Platform: | Size: 731136 | Author: 套件 | Hits:

[uCOSI2C_DRV

Description: ucos ii 下的一个注释较好的51系列C语言的I2C软件仿真程序-CENTER ii under the Notes for a good 51 Series C language I2C software simulation program
Platform: | Size: 2048 | Author: 王龙 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 20 »

CodeBus www.codebus.net